Linux Journal September 2011 by Linux Journal
Author:Linux Journal
Language: eng
Format: mobi, epub
Tags: jQuery, WaveMaker, Moose, GNU Awk, Gauger, Qt4 Designer, Make Utility, Perl, jEdit, Linux
Publisher: Belltown Media
Published: 2011-09-30T07:00:00+00:00
* * *
Listing 2. The GAUGER macro makes it easy to integrate Gauger with C code. Note that the code does not need to be linked against any additional libraries (other than libc).
#include <gauger.h>
#include <time.h>
int main() {
time_t start = time (NULL);
do_test ();
time_t delay = time (NULL) - start;
GAUGER (“subsystem”, “execution time for f”,
delay, “s”);
return 0;
}
* * *
Listing 3. A simple static method call, leading to a single line of Java code, can be used to invoke Gauger from Java.
import static org.gnunet.gauger.Gauger.gauger;
Download
Linux Journal September 2011 by Linux Journal.epub
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7764)
Filmora Efficient Editing by Alexander Zacharias(5786)
The Infinite Retina by Robert Scoble Irena Cronin(5264)
Learn Wireshark - Fundamentals of Wireshark. by Lisa Bock(3978)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3935)
Edit Like a Pro with iMovie by Regit(3428)
Linux Administration Best Practices by Scott Alan Miller(2858)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic & Jasmin Redzepagic(2836)
MCSA Windows Server 2016 Study Guide: Exam 70-740 by William Panek(2520)
Mastering PowerShell Scripting - Fourth Edition by Chris Dent(2403)
Docker on Windows by Stoneman Elton(2319)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2315)
Creative Projects for Rust Programmers by Carlo Milanesi(2249)
Hands-On AWS Penetration Testing with Kali Linux by Karl Gilbert(2108)
Hands-On Linux for Architects by Denis Salamanca(2051)
Programming in C (4th Edition) (Developer's Library) by Stephen G. Kochan(2005)
Computers For Seniors For Dummies by Nancy C. Muir(2001)
The Old New Thing by Raymond Chen(1940)
Linux Kernel Debugging by Kaiwan N Billimoria(1762)
